C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / OnClientRowAdded Property

In This Topic
OnClientRowAdded Property (TransposedGrid<T>)
In This Topic
Occurs when the user creates a new item by editing the new row template (see the allowAddNew property).
Syntax
'Declaration
 
Public Overridable Property OnClientRowAdded As String
 
Remarks
The event handler may customize the content of the new item or cancel the new item creation.
See Also